home *** CD-ROM | disk | FTP | other *** search
/ L' Hygiene Au Quotidien / L'Hygiene Au Quotidien.iso / mac / Site / enfants / images / source / loading.swf / scripts / frame_44 / DoAction.as
Text File  |  2003-07-25  |  118b  |  11 lines

  1. ld = _level1._framesloaded;
  2. if(ld >= 10)
  3. {
  4.    play();
  5. }
  6. else
  7. {
  8.    loadn._visible = 1;
  9.    gotoAndPlay(40);
  10. }
  11.